This sample shows you how to customize the interaction-
information tab.

This customization adds a tab to the interaction-
information frame.

This example uses Genesys Desktop functionality to allow
keyboard navigation and shortcut in customization panels..

When you select the new tab, the frame is loaded; it enables
you to manage the disposition code associated with the
interaction. The disposition code is stored in the attached
data. This attached data is named: DispositionCode.

Disposition codes are define in a Business Attribute named
'disposition code'.

When the voice interaction is released, the added tab is
selected automatically.

To install this sample, follow these steps:
1. Create a directory "custom/" in the Genesys Desktop
   Application directory "webapps/gdesktop/".
2. Copy the files "custom.xml", "checkboxcheck.gif", 
   "checkboxcheckdisabled.gif", "checkboxcheckfocused.gif",
   "checkboxuncheck.gif", "checkboxuncheckdisabled.gif,
   "checkboxuncheckfocused.gif", "empty.gif", "btnapplys.gif",
   "btnapplyd.gif", "btnapplyg.gif", "style.css", 
   "htmlcontrol.js", "disposition-codes-view.jsp", 
   "apply-codes.jsp" and "empty.htm" from this sample 
   folder and paste them into the "custom/" directory 
   that you have just created.
3. Copy the file "custom.properties" to the directory
   "webapps/gdesktop/WEB-INF/classes/".
4. Modify the file "webapps/gdesktop/WEB-INF/web.xml"
   by specifying the "/custom/custom.xml" file in the
   "customFile" parameter of the "initUAD" servlet tag.
